image.Rectangle.Empty (method)
28 uses
image (current package)
geom.go#L171: if r.Empty() {
geom.go#L179: if r.Empty() {
geom.go#L182: if s.Empty() {
geom.go#L201: func (r Rectangle) Empty() bool {
geom.go#L208: return r == s || r.Empty() && s.Empty()
geom.go#L213: return !r.Empty() && !s.Empty() &&
geom.go#L220: if r.Empty() {
image.go#L199: if r.Empty() {
image.go#L212: if p.Rect.Empty() {
image.go#L316: if r.Empty() {
image.go#L329: if p.Rect.Empty() {
image.go#L443: if r.Empty() {
image.go#L456: if p.Rect.Empty() {
image.go#L587: if r.Empty() {
image.go#L600: if p.Rect.Empty() {
image.go#L695: if r.Empty() {
image.go#L708: if p.Rect.Empty() {
image.go#L806: if r.Empty() {
image.go#L819: if p.Rect.Empty() {
image.go#L916: if r.Empty() {
image.go#L1016: if r.Empty() {
image.go#L1125: if r.Empty() {
image.go#L1243: if r.Empty() {
ycbcr.go#L125: if r.Empty() {
ycbcr.go#L254: if r.Empty() {
ycbcr.go#L281: if p.Rect.Empty() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |